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