GroupId | GroupIdde.choffmeister |
---|---|
ArtifactId | ArtifactIdauth-common_2.11 |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
auth-common_2.11-0.1.0.pom | |
auth-common_2.11-0.1.0.jar | 58 KB |
auth-common_2.11-0.1.0-sources.jar | 6 KB |
auth-common_2.11-0.1.0-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.choffmeister/auth-common_2.11/ -->
<dependency>
<groupId>de.choffmeister</groupId>
<artifactId>auth-common_2.11</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.choffmeister/auth-common_2.11/
implementation 'de.choffmeister:auth-common_2.11:0.1.0'
// https://jarcasting.com/artifacts/de.choffmeister/auth-common_2.11/
implementation ("de.choffmeister:auth-common_2.11:0.1.0")
'de.choffmeister:auth-common_2.11:jar:0.1.0'
<dependency org="de.choffmeister" name="auth-common_2.11" rev="0.1.0">
<artifact name="auth-common_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.choffmeister', module='auth-common_2.11', version='0.1.0')
)
libraryDependencies += "de.choffmeister" % "auth-common_2.11" % "0.1.0"
[de.choffmeister/auth-common_2.11 "0.1.0"]