GroupId | GroupIdcom.github.crabs-hue.commons |
---|---|
ArtifactId | ArtifactIdcommons-properties |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-properties-0.0.2.pom | |
commons-properties-0.0.2.jar | 8 KB |
commons-properties-0.0.2-sources.jar | 6 KB |
commons-properties-0.0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-properties/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-properties</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-properties/
implementation 'com.github.crabs-hue.commons:commons-properties:0.0.2'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-properties/
implementation ("com.github.crabs-hue.commons:commons-properties:0.0.2")
'com.github.crabs-hue.commons:commons-properties:jar:0.0.2'
<dependency org="com.github.crabs-hue.commons" name="commons-properties" rev="0.0.2">
<artifact name="commons-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-properties', version='0.0.2')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-properties" % "0.0.2"
[com.github.crabs-hue.commons/commons-properties "0.0.2"]