| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.osgiliath.hello |
| ArtifactId | ArtifactIdnet.osgiliath.hello.routes |
| Version | Version0.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| net.osgiliath.hello.routes-0.1.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.routes/ -->
<dependency>
<groupId>net.osgiliath.hello</groupId>
<artifactId>net.osgiliath.hello.routes</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.routes/
implementation 'net.osgiliath.hello:net.osgiliath.hello.routes:0.1.1'
// https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.routes/
implementation ("net.osgiliath.hello:net.osgiliath.hello.routes:0.1.1")
'net.osgiliath.hello:net.osgiliath.hello.routes:pom:0.1.1'
<dependency org="net.osgiliath.hello" name="net.osgiliath.hello.routes" rev="0.1.1">
<artifact name="net.osgiliath.hello.routes" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.osgiliath.hello', module='net.osgiliath.hello.routes', version='0.1.1')
)
libraryDependencies += "net.osgiliath.hello" % "net.osgiliath.hello.routes" % "0.1.1"
[net.osgiliath.hello/net.osgiliath.hello.routes "0.1.1"]