is not current version
Last Version 1.4

org.bitbucket.javatek:props 1.1

This is a collection of some properties

GroupId

GroupId

org.bitbucket.javatek
ArtifactId

ArtifactId

props
Version

Version

1.1
Type

Type

jar

Download props 1.1


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