Categories |
CategoriesOther General Purpose Libraries |
---|---|
GroupId | GroupIdorg.openurp.edu |
ArtifactId | ArtifactIdopenurp-edu-otherexam |
Version | Version0.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openurp.edu/openurp-edu-otherexam/ -->
<dependency>
<groupId>org.openurp.edu</groupId>
<artifactId>openurp-edu-otherexam</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.openurp.edu/openurp-edu-otherexam/
implementation 'org.openurp.edu:openurp-edu-otherexam:0.0.7'
// https://jarcasting.com/artifacts/org.openurp.edu/openurp-edu-otherexam/
implementation ("org.openurp.edu:openurp-edu-otherexam:0.0.7")
'org.openurp.edu:openurp-edu-otherexam:jar:0.0.7'
<dependency org="org.openurp.edu" name="openurp-edu-otherexam" rev="0.0.7">
<artifact name="openurp-edu-otherexam" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openurp.edu', module='openurp-edu-otherexam', version='0.0.7')
)
libraryDependencies += "org.openurp.edu" % "openurp-edu-otherexam" % "0.0.7"
[org.openurp.edu/openurp-edu-otherexam "0.0.7"]