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