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