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