Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.myrrix |
ArtifactId | ArtifactIdmyrrix-web |
Version | Version1.0.0-beta-1 |
Type | Typejar |
Filename | Size |
---|---|
myrrix-web-1.0.0-beta-1.pom | |
myrrix-web-1.0.0-beta-1.jar | 2 KB |
myrrix-web-1.0.0-beta-1-tests.jar | 2 KB |
myrrix-web-1.0.0-beta-1-shaded.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.myrrix/myrrix-web/ -->
<dependency>
<groupId>net.myrrix</groupId>
<artifactId>myrrix-web</artifactId>
<version>1.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/net.myrrix/myrrix-web/
implementation 'net.myrrix:myrrix-web:1.0.0-beta-1'
// https://jarcasting.com/artifacts/net.myrrix/myrrix-web/
implementation ("net.myrrix:myrrix-web:1.0.0-beta-1")
'net.myrrix:myrrix-web:jar:1.0.0-beta-1'
<dependency org="net.myrrix" name="myrrix-web" rev="1.0.0-beta-1">
<artifact name="myrrix-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.myrrix', module='myrrix-web', version='1.0.0-beta-1')
)
libraryDependencies += "net.myrrix" % "myrrix-web" % "1.0.0-beta-1"
[net.myrrix/myrrix-web "1.0.0-beta-1"]