Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mod4j.org.eclipse.xtext.ui |
ArtifactId | ArtifactIdcommon |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
common-0.7.1.pom | |
common-0.7.1.jar | 251 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext.ui/common/ -->
<dependency>
<groupId>org.mod4j.org.eclipse.xtext.ui</groupId>
<artifactId>common</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext.ui/common/
implementation 'org.mod4j.org.eclipse.xtext.ui:common:0.7.1'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.xtext.ui/common/
implementation ("org.mod4j.org.eclipse.xtext.ui:common:0.7.1")
'org.mod4j.org.eclipse.xtext.ui:common:jar:0.7.1'
<dependency org="org.mod4j.org.eclipse.xtext.ui" name="common" rev="0.7.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse.xtext.ui', module='common', version='0.7.1')
)
libraryDependencies += "org.mod4j.org.eclipse.xtext.ui" % "common" % "0.7.1"
[org.mod4j.org.eclipse.xtext.ui/common "0.7.1"]