Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdhellowar |
Version | Version1.0.0 |
Type | Typewar |
Filename | Size |
---|---|
hellowar-1.0.0.pom | |
hellowar-1.0.0.war | 4 KB |
hellowar-1.0.0-sources.jar | 1 KB |
hellowar-1.0.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/hellowar/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>hellowar</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/hellowar/
implementation 'net.oneandone:hellowar:1.0.0'
// https://jarcasting.com/artifacts/net.oneandone/hellowar/
implementation ("net.oneandone:hellowar:1.0.0")
'net.oneandone:hellowar:war:1.0.0'
<dependency org="net.oneandone" name="hellowar" rev="1.0.0">
<artifact name="hellowar" type="war" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='hellowar', version='1.0.0')
)
libraryDependencies += "net.oneandone" % "hellowar" % "1.0.0"
[net.oneandone/hellowar "1.0.0"]