Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jhorstmann |
ArtifactId | ArtifactIdi18n-sample-webapp |
Version | Version0.1 |
Type | Typewar |
Filename | Size |
---|---|
i18n-sample-webapp-0.1.pom | |
i18n-sample-webapp-0.1.war | 279 KB |
i18n-sample-webapp-0.1-sources.jar | 5 KB |
i18n-sample-webapp-0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jhorstmann/i18n-sample-webapp/ -->
<dependency>
<groupId>net.jhorstmann</groupId>
<artifactId>i18n-sample-webapp</artifactId>
<version>0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.jhorstmann/i18n-sample-webapp/
implementation 'net.jhorstmann:i18n-sample-webapp:0.1'
// https://jarcasting.com/artifacts/net.jhorstmann/i18n-sample-webapp/
implementation ("net.jhorstmann:i18n-sample-webapp:0.1")
'net.jhorstmann:i18n-sample-webapp:war:0.1'
<dependency org="net.jhorstmann" name="i18n-sample-webapp" rev="0.1">
<artifact name="i18n-sample-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='net.jhorstmann', module='i18n-sample-webapp', version='0.1')
)
libraryDependencies += "net.jhorstmann" % "i18n-sample-webapp" % "0.1"
[net.jhorstmann/i18n-sample-webapp "0.1"]