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