GroupId | GroupIdcom.github.jochenw.afw |
---|---|
ArtifactId | ArtifactIdafw-core |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
afw-core-0.5.1.pom | |
afw-core-0.5.1.jar | 984 KB |
afw-core-0.5.1-sources.jar | 782 KB |
afw-core-0.5.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jochenw.afw/afw-core/
implementation 'com.github.jochenw.afw:afw-core:0.5.1'
// https://jarcasting.com/artifacts/com.github.jochenw.afw/afw-core/
implementation ("com.github.jochenw.afw:afw-core:0.5.1")
'com.github.jochenw.afw:afw-core:jar:0.5.1'
<dependency org="com.github.jochenw.afw" name="afw-core" rev="0.5.1">
<artifact name="afw-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jochenw.afw', module='afw-core', version='0.5.1')
)
libraryDependencies += "com.github.jochenw.afw" % "afw-core" % "0.5.1"
[com.github.jochenw.afw/afw-core "0.5.1"]