Search for 'WA 0812 2782 5310 Kontraktor Pembuatan Plafon Java Terpercaya Wonosari Gunungkidul'

For details on the search query syntax, see the guide.

Total results: 1195, showing 361 - 384

Note: artifacts in italics are non-canonical forks. See the wiki for more details.


  • Library for managing Java keystores

  • Thin Clojure layer on top of the Java GeoIP API. Please have a look at the GeoIP homepage at http://www.maxmind.com/app/ip-location.

  • The Amazon Web Services SDK for Java provides Java APIs for building software on AWS’ cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Relational Database Service, Amazon AutoScaling, etc).
    This artifact may shadow a release on Maven Central. You should search there for a canonical release.

  • The standard Java libraries fail to provide enough methods for manipulation of its core classes. Apache Commons Lang provides these extra methods.

  • Clojure Wrapper around Amazon AWS Java SDK

  • Clojure bindings for Neo4j using the Java driver (patched with neo4j-java-driver 4.4.2)

  • A Clojure wrapper for the family of Java Socket classes

  • Univesal Java Matrix Package

  • New Relic Java Agent

  • JAMA is a basic linear algebra package for Java. http://math.nist.gov/javanumerics/jama/

  • Clojure to Java Interop Bindings for java.rmi

  • jTDS is an open source 100% pure Java (type 4) JDBC 3.0 driver for Microsoft SQL Server (6.5, 7, 2000, 2005, 2008, 2012) and Sybase ASE (10, 11, 12, 15). jTDS is based on FreeTDS and is currently the fastest production-ready JDBC driver for SQL Server and Sybase. jTDS is 100% JDBC 3.0 compatible, supporting forward-only and scrollable/updateable ResultSets and implementing all the DatabaseMetaData and ResultSetMetaData methods.
  • clj-camel 1.0.1

    Clojure library wrapping the Apache Camel Java DSL

  • Wrapper for structurizr in Java

  • Dropwizard integration with riemann java client

  • Java classes for Erlang/OTP interop.
    This artifact may shadow a release on Maven Central. You should search there for a canonical release.
  • miazan/titan-clj 0.1.2-SNAPSHOT

    Small wrapper around titan java api
  • sphinxapi 2.0.3

    Sphinx API for Java.

  • Jira V3 Java Client
  • satakieli 0.2.0

    Wrapper around messageformat.js and Java implementation
  • dvlopt/ex 1.0.0

    Java exceptions as clojure data

  • Setting up an nrepl can be useful to introspect into the JVM for troubleshouting/investigation or testing of regular Java applications. You can connect onto a process and use a Clojure prompt interactivelly or have client application that sends and execute Java code dynamically. It works because the code injected is Clojure and that the Clojure run-time allows to evaluate code at run-time. Furthermore Clojure interops very easily with Java i.e. you can translate pretty much any Java code into Clojure and access all your Java object from the injected Clojure code. This is the perfect tool to access the inside of your JVM process live after it has been deployed. To run any fancy change of code scenario, any data structure or call any method you don't need to redeploy your java code. You can see what your process sees in real time. This is an unvaluable tool to use to develop and maintain a java application.