Categories |
Categoriesowner Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.aeonbits.owner |
ArtifactId | ArtifactIdowner |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
owner-1.0.3.pom | |
owner-1.0.3.jar | 23 KB |
owner-1.0.3-sources.jar | 10 KB |
owner-1.0.3-javadoc.jar | 60 KB |
owner-1.0.3-bin.zip | 165 KB |
owner-1.0.3-bin.tar.gz | 124 KB |
owner-1.0.3-bin.tar.bz2 | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aeonbits.owner/owner/ -->
<dependency>
<groupId>org.aeonbits.owner</groupId>
<artifactId>owner</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.aeonbits.owner/owner/
implementation 'org.aeonbits.owner:owner:1.0.3'
// https://jarcasting.com/artifacts/org.aeonbits.owner/owner/
implementation ("org.aeonbits.owner:owner:1.0.3")
'org.aeonbits.owner:owner:jar:1.0.3'
<dependency org="org.aeonbits.owner" name="owner" rev="1.0.3">
<artifact name="owner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aeonbits.owner', module='owner', version='1.0.3')
)
libraryDependencies += "org.aeonbits.owner" % "owner" % "1.0.3"
[org.aeonbits.owner/owner "1.0.3"]