Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdorg.testmonkeys |
ArtifactId | ArtifactIdjentitytest |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jentitytest-1.0.0.pom | |
jentitytest-1.0.0.jar | 75 KB |
jentitytest-1.0.0-sources.jar | 47 KB |
jentitytest-1.0.0-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.testmonkeys/jentitytest/ -->
<dependency>
<groupId>org.testmonkeys</groupId>
<artifactId>jentitytest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.testmonkeys/jentitytest/
implementation 'org.testmonkeys:jentitytest:1.0.0'
// https://jarcasting.com/artifacts/org.testmonkeys/jentitytest/
implementation ("org.testmonkeys:jentitytest:1.0.0")
'org.testmonkeys:jentitytest:jar:1.0.0'
<dependency org="org.testmonkeys" name="jentitytest" rev="1.0.0">
<artifact name="jentitytest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testmonkeys', module='jentitytest', version='1.0.0')
)
libraryDependencies += "org.testmonkeys" % "jentitytest" % "1.0.0"
[org.testmonkeys/jentitytest "1.0.0"]