Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdtroilus-service-example |
Version | Version0.2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/net.oneandone/troilus-service-example/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>troilus-service-example</artifactId>
<version>0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/troilus-service-example/
implementation 'net.oneandone:troilus-service-example:0.2'
// https://jarcasting.com/artifacts/net.oneandone/troilus-service-example/
implementation ("net.oneandone:troilus-service-example:0.2")
'net.oneandone:troilus-service-example:war:0.2'
<dependency org="net.oneandone" name="troilus-service-example" rev="0.2">
<artifact name="troilus-service-example" type="war" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='troilus-service-example', version='0.2')
)
libraryDependencies += "net.oneandone" % "troilus-service-example" % "0.2"
[net.oneandone/troilus-service-example "0.2"]