Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdeu.irzinfante |
ArtifactId | ArtifactIdfixed-mps |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
fixed-mps-0.2.pom | |
fixed-mps-0.2.jar | 11 KB |
fixed-mps-0.2-sources.jar | 6 KB |
fixed-mps-0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.irzinfante/fixed-mps/ -->
<dependency>
<groupId>eu.irzinfante</groupId>
<artifactId>fixed-mps</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.irzinfante/fixed-mps/
implementation 'eu.irzinfante:fixed-mps:0.2'
// https://jarcasting.com/artifacts/eu.irzinfante/fixed-mps/
implementation ("eu.irzinfante:fixed-mps:0.2")
'eu.irzinfante:fixed-mps:jar:0.2'
<dependency org="eu.irzinfante" name="fixed-mps" rev="0.2">
<artifact name="fixed-mps" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.irzinfante', module='fixed-mps', version='0.2')
)
libraryDependencies += "eu.irzinfante" % "fixed-mps" % "0.2"
[eu.irzinfante/fixed-mps "0.2"]