| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.osgiliath.hello |
| ArtifactId | ArtifactIdnet.osgiliath.hello.ui |
| Version | Version0.0.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| net.osgiliath.hello.ui-0.0.1.pom | |
| net.osgiliath.hello.ui-0.0.1.war | 11 MB |
| net.osgiliath.hello.ui-0.0.1-sources.jar | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.ui/ -->
<dependency>
<groupId>net.osgiliath.hello</groupId>
<artifactId>net.osgiliath.hello.ui</artifactId>
<version>0.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.ui/
implementation 'net.osgiliath.hello:net.osgiliath.hello.ui:0.0.1'
// https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.ui/
implementation ("net.osgiliath.hello:net.osgiliath.hello.ui:0.0.1")
'net.osgiliath.hello:net.osgiliath.hello.ui:war:0.0.1'
<dependency org="net.osgiliath.hello" name="net.osgiliath.hello.ui" rev="0.0.1">
<artifact name="net.osgiliath.hello.ui" type="war" />
</dependency>
@Grapes(
@Grab(group='net.osgiliath.hello', module='net.osgiliath.hello.ui', version='0.0.1')
)
libraryDependencies += "net.osgiliath.hello" % "net.osgiliath.hello.ui" % "0.0.1"
[net.osgiliath.hello/net.osgiliath.hello.ui "0.0.1"]