GroupId | GroupIdio.afu |
---|---|
ArtifactId | ArtifactIdbaseframework |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
baseframework-1.0.3.pom | |
baseframework-1.0.3.jar | 63 KB |
baseframework-1.0.3-sources.jar | 41 KB |
baseframework-1.0.3-javadoc.jar | 293 KB |
baseframework-1.0.3-exec.jar | 19 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.afu/baseframework/ -->
<dependency>
<groupId>io.afu</groupId>
<artifactId>baseframework</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.afu/baseframework/
implementation 'io.afu:baseframework:1.0.3'
// https://jarcasting.com/artifacts/io.afu/baseframework/
implementation ("io.afu:baseframework:1.0.3")
'io.afu:baseframework:jar:1.0.3'
<dependency org="io.afu" name="baseframework" rev="1.0.3">
<artifact name="baseframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.afu', module='baseframework', version='1.0.3')
)
libraryDependencies += "io.afu" % "baseframework" % "1.0.3"
[io.afu/baseframework "1.0.3"]