GroupId | GroupIdorg.popperfw |
---|---|
ArtifactId | ArtifactIdInterfaces |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
Interfaces-0.4.pom | |
Interfaces-0.4.jar | 15 KB |
Interfaces-0.4-sources.jar | 22 KB |
Interfaces-0.4-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.popperfw/Interfaces/ -->
<dependency>
<groupId>org.popperfw</groupId>
<artifactId>Interfaces</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.popperfw/Interfaces/
implementation 'org.popperfw:Interfaces:0.4'
// https://jarcasting.com/artifacts/org.popperfw/Interfaces/
implementation ("org.popperfw:Interfaces:0.4")
'org.popperfw:Interfaces:jar:0.4'
<dependency org="org.popperfw" name="Interfaces" rev="0.4">
<artifact name="Interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.popperfw', module='Interfaces', version='0.4')
)
libraryDependencies += "org.popperfw" % "Interfaces" % "0.4"
[org.popperfw/Interfaces "0.4"]