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