Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.tribudirb |
ArtifactId | ArtifactIdkotlin-enum-helper |
Version | Version0.0.1-SHAPSHOT |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/ -->
<dependency>
<groupId>com.github.tribudirb</groupId>
<artifactId>kotlin-enum-helper</artifactId>
<version>0.0.1-SHAPSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/
implementation 'com.github.tribudirb:kotlin-enum-helper:0.0.1-SHAPSHOT'
// https://jarcasting.com/artifacts/com.github.tribudirb/kotlin-enum-helper/
implementation ("com.github.tribudirb:kotlin-enum-helper:0.0.1-SHAPSHOT")
'com.github.tribudirb:kotlin-enum-helper:jar:0.0.1-SHAPSHOT'
<dependency org="com.github.tribudirb" name="kotlin-enum-helper" rev="0.0.1-SHAPSHOT">
<artifact name="kotlin-enum-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tribudirb', module='kotlin-enum-helper', version='0.0.1-SHAPSHOT')
)
libraryDependencies += "com.github.tribudirb" % "kotlin-enum-helper" % "0.0.1-SHAPSHOT"
[com.github.tribudirb/kotlin-enum-helper "0.0.1-SHAPSHOT"]