GroupId | GroupIdorg.echocat.marquardt |
---|---|
ArtifactId | ArtifactIdauthority |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
authority-0.2.pom | |
authority-0.2.jar | 13 KB |
authority-0.2-tests.jar | 22 KB |
authority-0.2-sources.jar | 11 KB |
authority-0.2-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.marquardt/authority/ -->
<dependency>
<groupId>org.echocat.marquardt</groupId>
<artifactId>authority</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.marquardt/authority/
implementation 'org.echocat.marquardt:authority:0.2'
// https://jarcasting.com/artifacts/org.echocat.marquardt/authority/
implementation ("org.echocat.marquardt:authority:0.2")
'org.echocat.marquardt:authority:jar:0.2'
<dependency org="org.echocat.marquardt" name="authority" rev="0.2">
<artifact name="authority" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.marquardt', module='authority', version='0.2')
)
libraryDependencies += "org.echocat.marquardt" % "authority" % "0.2"
[org.echocat.marquardt/authority "0.2"]