Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.testerum |
ArtifactId | ArtifactIdtest-file-format |
Version | Version5.0.3 |
Type | Typejar |
Filename | Size |
---|---|
test-file-format-5.0.3.pom | |
test-file-format-5.0.3.jar | 209 KB |
test-file-format-5.0.3-sources.jar | 43 KB |
test-file-format-5.0.3-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testerum/test-file-format/ -->
<dependency>
<groupId>com.testerum</groupId>
<artifactId>test-file-format</artifactId>
<version>5.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.testerum/test-file-format/
implementation 'com.testerum:test-file-format:5.0.3'
// https://jarcasting.com/artifacts/com.testerum/test-file-format/
implementation ("com.testerum:test-file-format:5.0.3")
'com.testerum:test-file-format:jar:5.0.3'
<dependency org="com.testerum" name="test-file-format" rev="5.0.3">
<artifact name="test-file-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.testerum', module='test-file-format', version='5.0.3')
)
libraryDependencies += "com.testerum" % "test-file-format" % "5.0.3"
[com.testerum/test-file-format "5.0.3"]