Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.attemper |
ArtifactId | ArtifactIdattemper-java-sdk-common-web |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.attemper/attemper-java-sdk-common-web/ -->
<dependency>
<groupId>com.github.attemper</groupId>
<artifactId>attemper-java-sdk-common-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attemper/attemper-java-sdk-common-web/
implementation 'com.github.attemper:attemper-java-sdk-common-web:1.0.0'
// https://jarcasting.com/artifacts/com.github.attemper/attemper-java-sdk-common-web/
implementation ("com.github.attemper:attemper-java-sdk-common-web:1.0.0")
'com.github.attemper:attemper-java-sdk-common-web:jar:1.0.0'
<dependency org="com.github.attemper" name="attemper-java-sdk-common-web" rev="1.0.0">
<artifact name="attemper-java-sdk-common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attemper', module='attemper-java-sdk-common-web', version='1.0.0')
)
libraryDependencies += "com.github.attemper" % "attemper-java-sdk-common-web" % "1.0.0"
[com.github.attemper/attemper-java-sdk-common-web "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.attemper : attemper-java-sdk-common | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.9 |