| GroupId | GroupIdcom.mastfrog |
|---|---|
| ArtifactId | ArtifactIdconverters |
| Version | Version2.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| converters-2.6.0.pom | |
| converters-2.6.0.jar | 11 KB |
| converters-2.6.0-sources.jar | 5 KB |
| converters-2.6.0-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/converters/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>converters</artifactId>
<version>2.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/converters/
implementation 'com.mastfrog:converters:2.6.0'
// https://jarcasting.com/artifacts/com.mastfrog/converters/
implementation ("com.mastfrog:converters:2.6.0")
'com.mastfrog:converters:jar:2.6.0'
<dependency org="com.mastfrog" name="converters" rev="2.6.0">
<artifact name="converters" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='converters', version='2.6.0')
)
libraryDependencies += "com.mastfrog" % "converters" % "2.6.0"
[com.mastfrog/converters "2.6.0"]