GroupId | GroupIdorg.openengsb.labs.jpatest |
---|---|
ArtifactId | ArtifactIdlabs-jpatest-itests |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
labs-jpatest-itests-0.1.0.pom | |
labs-jpatest-itests-0.1.0.jar | 1 KB |
labs-jpatest-itests-0.1.0-javadoc.jar | 335 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openengsb.labs.jpatest/labs-jpatest-itests/ -->
<dependency>
<groupId>org.openengsb.labs.jpatest</groupId>
<artifactId>labs-jpatest-itests</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.labs.jpatest/labs-jpatest-itests/
implementation 'org.openengsb.labs.jpatest:labs-jpatest-itests:0.1.0'
// https://jarcasting.com/artifacts/org.openengsb.labs.jpatest/labs-jpatest-itests/
implementation ("org.openengsb.labs.jpatest:labs-jpatest-itests:0.1.0")
'org.openengsb.labs.jpatest:labs-jpatest-itests:jar:0.1.0'
<dependency org="org.openengsb.labs.jpatest" name="labs-jpatest-itests" rev="0.1.0">
<artifact name="labs-jpatest-itests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.labs.jpatest', module='labs-jpatest-itests', version='0.1.0')
)
libraryDependencies += "org.openengsb.labs.jpatest" % "labs-jpatest-itests" % "0.1.0"
[org.openengsb.labs.jpatest/labs-jpatest-itests "0.1.0"]