GroupId | GroupIdpl.matsuo.interfacer |
---|---|
ArtifactId | ArtifactIdsample-interfaces |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
sample-interfaces-0.0.4.pom | |
sample-interfaces-0.0.4.jar | 2 KB |
sample-interfaces-0.0.4-sources.jar | 2 KB |
sample-interfaces-0.0.4-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.matsuo.interfacer/sample-interfaces/ -->
<dependency>
<groupId>pl.matsuo.interfacer</groupId>
<artifactId>sample-interfaces</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/pl.matsuo.interfacer/sample-interfaces/
implementation 'pl.matsuo.interfacer:sample-interfaces:0.0.4'
// https://jarcasting.com/artifacts/pl.matsuo.interfacer/sample-interfaces/
implementation ("pl.matsuo.interfacer:sample-interfaces:0.0.4")
'pl.matsuo.interfacer:sample-interfaces:jar:0.0.4'
<dependency org="pl.matsuo.interfacer" name="sample-interfaces" rev="0.0.4">
<artifact name="sample-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.matsuo.interfacer', module='sample-interfaces', version='0.0.4')
)
libraryDependencies += "pl.matsuo.interfacer" % "sample-interfaces" % "0.0.4"
[pl.matsuo.interfacer/sample-interfaces "0.0.4"]