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