License |
License |
---|---|
GroupId | GroupIdone.xingyi |
ArtifactId | ArtifactIdcore |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionA library to allow Restful APIs to be easily written
|
Filename | Size |
---|---|
core-1.1.pom | |
core-1.1.jar | 30 KB |
core-1.1-tests.jar | 21 KB |
core-1.1-sources.jar | 17 KB |
core-1.1-javadoc.jar | 525 KB |
Browse |
<!-- https://jarcasting.com/artifacts/one.xingyi/core/ -->
<dependency>
<groupId>one.xingyi</groupId>
<artifactId>core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/one.xingyi/core/
implementation 'one.xingyi:core:1.1'
// https://jarcasting.com/artifacts/one.xingyi/core/
implementation ("one.xingyi:core:1.1")
'one.xingyi:core:jar:1.1'
<dependency org="one.xingyi" name="core" rev="1.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.xingyi', module='core', version='1.1')
)
libraryDependencies += "one.xingyi" % "core" % "1.1"
[one.xingyi/core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
one.xingyi : rest | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |