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