Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdde.unkrig.autoauth |
ArtifactId | ArtifactIdautoauth-core |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
autoauth-core-0.1.1.pom | |
autoauth-core-0.1.1.jar | 12 KB |
autoauth-core-0.1.1-sources.jar | 3 KB |
autoauth-core-0.1.1-javadoc.jar | 24 KB |
autoauth-core-0.1.1-jar-with-dependencies.jar | 980 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.autoauth/autoauth-core/ -->
<dependency>
<groupId>de.unkrig.autoauth</groupId>
<artifactId>autoauth-core</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.autoauth/autoauth-core/
implementation 'de.unkrig.autoauth:autoauth-core:0.1.1'
// https://jarcasting.com/artifacts/de.unkrig.autoauth/autoauth-core/
implementation ("de.unkrig.autoauth:autoauth-core:0.1.1")
'de.unkrig.autoauth:autoauth-core:jar:0.1.1'
<dependency org="de.unkrig.autoauth" name="autoauth-core" rev="0.1.1">
<artifact name="autoauth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.autoauth', module='autoauth-core', version='0.1.1')
)
libraryDependencies += "de.unkrig.autoauth" % "autoauth-core" % "0.1.1"
[de.unkrig.autoauth/autoauth-core "0.1.1"]