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