GroupId | GroupIdorg.ow2.mind |
---|---|
ArtifactId | ArtifactIdadl-frontend |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
adl-frontend-1.0.pom | |
adl-frontend-1.0.jar | 228 KB |
adl-frontend-1.0-tests.jar | 129 KB |
adl-frontend-1.0-sources.jar | 197 KB |
adl-frontend-1.0-javadoc.jar | 923 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.mind/adl-frontend/ -->
<dependency>
<groupId>org.ow2.mind</groupId>
<artifactId>adl-frontend</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.mind/adl-frontend/
implementation 'org.ow2.mind:adl-frontend:1.0'
// https://jarcasting.com/artifacts/org.ow2.mind/adl-frontend/
implementation ("org.ow2.mind:adl-frontend:1.0")
'org.ow2.mind:adl-frontend:jar:1.0'
<dependency org="org.ow2.mind" name="adl-frontend" rev="1.0">
<artifact name="adl-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.mind', module='adl-frontend', version='1.0')
)
libraryDependencies += "org.ow2.mind" % "adl-frontend" % "1.0"
[org.ow2.mind/adl-frontend "1.0"]