GroupId | GroupIdcom.github.mathiewz |
---|---|
ArtifactId | ArtifactIdenum-converter |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
enum-converter-0.0.1.pom | |
enum-converter-0.0.1.jar | 4 KB |
enum-converter-0.0.1-sources.jar | 1 KB |
enum-converter-0.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mathiewz/enum-converter/ -->
<dependency>
<groupId>com.github.mathiewz</groupId>
<artifactId>enum-converter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mathiewz/enum-converter/
implementation 'com.github.mathiewz:enum-converter:0.0.1'
// https://jarcasting.com/artifacts/com.github.mathiewz/enum-converter/
implementation ("com.github.mathiewz:enum-converter:0.0.1")
'com.github.mathiewz:enum-converter:jar:0.0.1'
<dependency org="com.github.mathiewz" name="enum-converter" rev="0.0.1">
<artifact name="enum-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mathiewz', module='enum-converter', version='0.0.1')
)
libraryDependencies += "com.github.mathiewz" % "enum-converter" % "0.0.1"
[com.github.mathiewz/enum-converter "0.0.1"]