Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdutil-fileformat |
Version | Version2.6.7 |
Type | Typejar |
Filename | Size |
---|---|
util-fileformat-2.6.7.pom | |
util-fileformat-2.6.7.jar | 17 KB |
util-fileformat-2.6.7-sources.jar | 9 KB |
util-fileformat-2.6.7-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/util-fileformat/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>util-fileformat</artifactId>
<version>2.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/util-fileformat/
implementation 'com.mastfrog:util-fileformat:2.6.7'
// https://jarcasting.com/artifacts/com.mastfrog/util-fileformat/
implementation ("com.mastfrog:util-fileformat:2.6.7")
'com.mastfrog:util-fileformat:jar:2.6.7'
<dependency org="com.mastfrog" name="util-fileformat" rev="2.6.7">
<artifact name="util-fileformat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='util-fileformat', version='2.6.7')
)
libraryDependencies += "com.mastfrog" % "util-fileformat" % "2.6.7"
[com.mastfrog/util-fileformat "2.6.7"]