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