GroupId | GroupIdcom.markatta |
---|---|
ArtifactId | ArtifactIdjee5unit |
Version | Version1.2.5 |
Type | Typejar |
Filename | Size |
---|---|
jee5unit-1.2.5.pom | |
jee5unit-1.2.5.jar | 30 KB |
jee5unit-1.2.5-sources.jar | 19 KB |
jee5unit-1.2.5-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.markatta/jee5unit/ -->
<dependency>
<groupId>com.markatta</groupId>
<artifactId>jee5unit</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.markatta/jee5unit/
implementation 'com.markatta:jee5unit:1.2.5'
// https://jarcasting.com/artifacts/com.markatta/jee5unit/
implementation ("com.markatta:jee5unit:1.2.5")
'com.markatta:jee5unit:jar:1.2.5'
<dependency org="com.markatta" name="jee5unit" rev="1.2.5">
<artifact name="jee5unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.markatta', module='jee5unit', version='1.2.5')
)
libraryDependencies += "com.markatta" % "jee5unit" % "1.2.5"
[com.markatta/jee5unit "1.2.5"]