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