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