Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible.releng |
ArtifactId | ArtifactIdallinone |
Version | Version2.7.170608 |
Type | Typewar |
Filename | Size |
---|---|
allinone-2.7.170608.pom | |
allinone-2.7.170608.war | 57 MB |
allinone-2.7.170608-sources.jar | 4 MB |
allinone-2.7.170608-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible.releng/allinone/ -->
<dependency>
<groupId>org.eclipse.dirigible.releng</groupId>
<artifactId>allinone</artifactId>
<version>2.7.170608</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible.releng/allinone/
implementation 'org.eclipse.dirigible.releng:allinone:2.7.170608'
// https://jarcasting.com/artifacts/org.eclipse.dirigible.releng/allinone/
implementation ("org.eclipse.dirigible.releng:allinone:2.7.170608")
'org.eclipse.dirigible.releng:allinone:war:2.7.170608'
<dependency org="org.eclipse.dirigible.releng" name="allinone" rev="2.7.170608">
<artifact name="allinone" type="war" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible.releng', module='allinone', version='2.7.170608')
)
libraryDependencies += "org.eclipse.dirigible.releng" % "allinone" % "2.7.170608"
[org.eclipse.dirigible.releng/allinone "2.7.170608"]