GroupId | GroupIdcom.github.jochenw.afw |
---|---|
ArtifactId | ArtifactIdafw-core |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
afw-core-0.5.pom | |
afw-core-0.5.jar | 986 KB |
afw-core-0.5-sources.jar | 766 KB |
afw-core-0.5-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jochenw.afw/afw-core/ -->
<dependency>
<groupId>com.github.jochenw.afw</groupId>
<artifactId>afw-core</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jochenw.afw/afw-core/
implementation 'com.github.jochenw.afw:afw-core:0.5'
// https://jarcasting.com/artifacts/com.github.jochenw.afw/afw-core/
implementation ("com.github.jochenw.afw:afw-core:0.5")
'com.github.jochenw.afw:afw-core:jar:0.5'
<dependency org="com.github.jochenw.afw" name="afw-core" rev="0.5">
<artifact name="afw-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jochenw.afw', module='afw-core', version='0.5')
)
libraryDependencies += "com.github.jochenw.afw" % "afw-core" % "0.5"
[com.github.jochenw.afw/afw-core "0.5"]