Categories |
CategoriesAnt Build Tools Net |
---|---|
GroupId | GroupIdnet.alantea |
ArtifactId | ArtifactIdliteprops |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
liteprops-0.0.5.pom | |
liteprops-0.0.5.jar | 24 KB |
liteprops-0.0.5-sources.jar | 11 KB |
liteprops-0.0.5-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.alantea/liteprops/ -->
<dependency>
<groupId>net.alantea</groupId>
<artifactId>liteprops</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.alantea/liteprops/
implementation 'net.alantea:liteprops:0.0.5'
// https://jarcasting.com/artifacts/net.alantea/liteprops/
implementation ("net.alantea:liteprops:0.0.5")
'net.alantea:liteprops:jar:0.0.5'
<dependency org="net.alantea" name="liteprops" rev="0.0.5">
<artifact name="liteprops" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.alantea', module='liteprops', version='0.0.5')
)
libraryDependencies += "net.alantea" % "liteprops" % "0.0.5"
[net.alantea/liteprops "0.0.5"]