| License |
License |
|---|---|
| GroupId | GroupIdca.nexapp |
| ArtifactId | ArtifactIdcore |
| Version | Version0.1.1 |
| Type | Typejar |
| Description |
DescriptionNexapp Core
Several Java classes for REST APIs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-0.1.1.pom | |
| core-0.1.1.jar | 26 KB |
| core-0.1.1-sources.jar | 16 KB |
| core-0.1.1-javadoc.jar | 219 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ca.nexapp/core/ -->
<dependency>
<groupId>ca.nexapp</groupId>
<artifactId>core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ca.nexapp/core/
implementation 'ca.nexapp:core:0.1.1'
// https://jarcasting.com/artifacts/ca.nexapp/core/
implementation ("ca.nexapp:core:0.1.1")
'ca.nexapp:core:jar:0.1.1'
<dependency org="ca.nexapp" name="core" rev="0.1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.nexapp', module='core', version='0.1.1')
)
libraryDependencies += "ca.nexapp" % "core" % "0.1.1"
[ca.nexapp/core "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ca.nexapp » math | jar | 0.0.7 |
| com.google.maps : google-maps-services | jar | 0.2.7 |
| commons-codec : commons-codec | jar | 1.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.pholser : junit-quickcheck-core | jar | 0.7 |
| org.mockito : mockito-all | jar | 1.10.19 |
| com.google.truth : truth | jar | 0.39 |