License |
License |
---|---|
GroupId | GroupIdcom.nablarch.profile |
ArtifactId | ArtifactIdnablarch-web |
Version | Version5u19 |
Type | Typejar |
Description |
DescriptionNablarch Framework.
|
Filename | Size |
---|---|
nablarch-web-5u19.pom | |
nablarch-web-5u19.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nablarch.profile/nablarch-web/ -->
<dependency>
<groupId>com.nablarch.profile</groupId>
<artifactId>nablarch-web</artifactId>
<version>5u19</version>
</dependency>
// https://jarcasting.com/artifacts/com.nablarch.profile/nablarch-web/
implementation 'com.nablarch.profile:nablarch-web:5u19'
// https://jarcasting.com/artifacts/com.nablarch.profile/nablarch-web/
implementation ("com.nablarch.profile:nablarch-web:5u19")
'com.nablarch.profile:nablarch-web:jar:5u19'
<dependency org="com.nablarch.profile" name="nablarch-web" rev="5u19">
<artifact name="nablarch-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nablarch.profile', module='nablarch-web', version='5u19')
)
libraryDependencies += "com.nablarch.profile" % "nablarch-web" % "5u19"
[com.nablarch.profile/nablarch-web "5u19"]