GroupId | GroupIdorg.objectweb.bonita |
---|---|
ArtifactId | ArtifactIdherostruts |
Version | Version2.0 |
Type | Typewar |
Filename | Size |
---|---|
herostruts-2.0.pom | |
herostruts-2.0.war | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.bonita/herostruts/ -->
<dependency>
<groupId>org.objectweb.bonita</groupId>
<artifactId>herostruts</artifactId>
<version>2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.bonita/herostruts/
implementation 'org.objectweb.bonita:herostruts:2.0'
// https://jarcasting.com/artifacts/org.objectweb.bonita/herostruts/
implementation ("org.objectweb.bonita:herostruts:2.0")
'org.objectweb.bonita:herostruts:war:2.0'
<dependency org="org.objectweb.bonita" name="herostruts" rev="2.0">
<artifact name="herostruts" type="war" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.bonita', module='herostruts', version='2.0')
)
libraryDependencies += "org.objectweb.bonita" % "herostruts" % "2.0"
[org.objectweb.bonita/herostruts "2.0"]