GroupId | GroupIdio.github.adven27 |
---|---|
ArtifactId | ArtifactIdexam-core |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
exam-core-5.0.0.pom | |
exam-core-5.0.0.jar | 521 KB |
exam-core-5.0.0-sources.jar | 355 KB |
exam-core-5.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.adven27/exam-core/ -->
<dependency>
<groupId>io.github.adven27</groupId>
<artifactId>exam-core</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.adven27/exam-core/
implementation 'io.github.adven27:exam-core:5.0.0'
// https://jarcasting.com/artifacts/io.github.adven27/exam-core/
implementation ("io.github.adven27:exam-core:5.0.0")
'io.github.adven27:exam-core:jar:5.0.0'
<dependency org="io.github.adven27" name="exam-core" rev="5.0.0">
<artifact name="exam-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.adven27', module='exam-core', version='5.0.0')
)
libraryDependencies += "io.github.adven27" % "exam-core" % "5.0.0"
[io.github.adven27/exam-core "5.0.0"]