GroupId | GroupIdcom.github.febo |
---|---|
ArtifactId | ArtifactIdmyra |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
myra-4.0.pom | |
myra-4.0.jar | 230 KB |
myra-4.0-sources.jar | 176 KB |
myra-4.0-javadoc.jar | 751 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.febo/myra/ -->
<dependency>
<groupId>com.github.febo</groupId>
<artifactId>myra</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.febo/myra/
implementation 'com.github.febo:myra:4.0'
// https://jarcasting.com/artifacts/com.github.febo/myra/
implementation ("com.github.febo:myra:4.0")
'com.github.febo:myra:jar:4.0'
<dependency org="com.github.febo" name="myra" rev="4.0">
<artifact name="myra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.febo', module='myra', version='4.0')
)
libraryDependencies += "com.github.febo" % "myra" % "4.0"
[com.github.febo/myra "4.0"]