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