is not current version
Last Version 1.4

org.bitbucket.javatek:props 1.2

This is a collection of some properties

GroupId

GroupId

org.bitbucket.javatek
ArtifactId

ArtifactId

props
Version

Version

1.2
Type

Type

jar

Download props 1.2


<!-- https://jarcasting.com/artifacts/org.bitbucket.javatek/props/ -->
<dependency>
    <groupId>org.bitbucket.javatek</groupId>
    <artifactId>props</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.javatek/props/
implementation 'org.bitbucket.javatek:props:1.2'
// https://jarcasting.com/artifacts/org.bitbucket.javatek/props/
implementation ("org.bitbucket.javatek:props:1.2")
'org.bitbucket.javatek:props:jar:1.2'
<dependency org="org.bitbucket.javatek" name="props" rev="1.2">
  <artifact name="props" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.javatek', module='props', version='1.2')
)
libraryDependencies += "org.bitbucket.javatek" % "props" % "1.2"
[org.bitbucket.javatek/props "1.2"]