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