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