Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.myrrix |
ArtifactId | ArtifactIdmyrrix-web-common |
Version | Version0.10 |
Type | Typejar |
Filename | Size |
---|---|
myrrix-web-common-0.10.pom | |
myrrix-web-common-0.10.jar | 96 KB |
myrrix-web-common-0.10-tests.jar | 2 KB |
myrrix-web-common-0.10-sources.jar | 66 KB |
myrrix-web-common-0.10-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.myrrix/myrrix-web-common/ -->
<dependency>
<groupId>net.myrrix</groupId>
<artifactId>myrrix-web-common</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.myrrix/myrrix-web-common/
implementation 'net.myrrix:myrrix-web-common:0.10'
// https://jarcasting.com/artifacts/net.myrrix/myrrix-web-common/
implementation ("net.myrrix:myrrix-web-common:0.10")
'net.myrrix:myrrix-web-common:jar:0.10'
<dependency org="net.myrrix" name="myrrix-web-common" rev="0.10">
<artifact name="myrrix-web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.myrrix', module='myrrix-web-common', version='0.10')
)
libraryDependencies += "net.myrrix" % "myrrix-web-common" % "0.10"
[net.myrrix/myrrix-web-common "0.10"]