| License |
License |
|---|---|
| GroupId | GroupIddev.yasper |
| ArtifactId | ArtifactIdrump |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| rump-1.1.0.pom | |
| rump-1.1.0.jar | 35 KB |
| rump-1.1.0-sources.jar | 31 KB |
| rump-1.1.0-javadoc.jar | 551 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.yasper/rump/ -->
<dependency>
<groupId>dev.yasper</groupId>
<artifactId>rump</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.yasper/rump/
implementation 'dev.yasper:rump:1.1.0'
// https://jarcasting.com/artifacts/dev.yasper/rump/
implementation ("dev.yasper:rump:1.1.0")
'dev.yasper:rump:jar:1.1.0'
<dependency org="dev.yasper" name="rump" rev="1.1.0">
<artifact name="rump" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.yasper', module='rump', version='1.1.0')
)
libraryDependencies += "dev.yasper" % "rump" % "1.1.0"
[dev.yasper/rump "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| org.projectlombok : lombok | jar | 1.18.12 |