Categories |
CategoriesNet Jakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdnet.jhorstmann |
ArtifactId | ArtifactIdi18n-jsp |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
i18n-jsp-0.1.pom | |
i18n-jsp-0.1.jar | 12 KB |
i18n-jsp-0.1-sources.jar | 7 KB |
i18n-jsp-0.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jhorstmann/i18n-jsp/ -->
<dependency>
<groupId>net.jhorstmann</groupId>
<artifactId>i18n-jsp</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.jhorstmann/i18n-jsp/
implementation 'net.jhorstmann:i18n-jsp:0.1'
// https://jarcasting.com/artifacts/net.jhorstmann/i18n-jsp/
implementation ("net.jhorstmann:i18n-jsp:0.1")
'net.jhorstmann:i18n-jsp:jar:0.1'
<dependency org="net.jhorstmann" name="i18n-jsp" rev="0.1">
<artifact name="i18n-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jhorstmann', module='i18n-jsp', version='0.1')
)
libraryDependencies += "net.jhorstmann" % "i18n-jsp" % "0.1"
[net.jhorstmann/i18n-jsp "0.1"]