| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.xtext-jbase |
| ArtifactId | ArtifactIdjbase.parent |
| Version | Version0.4.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jbase.parent-0.4.1.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.xtext-jbase/jbase.parent/ -->
<dependency>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xtext-jbase/jbase.parent/
implementation 'net.sf.xtext-jbase:jbase.parent:0.4.1'
// https://jarcasting.com/artifacts/net.sf.xtext-jbase/jbase.parent/
implementation ("net.sf.xtext-jbase:jbase.parent:0.4.1")
'net.sf.xtext-jbase:jbase.parent:pom:0.4.1'
<dependency org="net.sf.xtext-jbase" name="jbase.parent" rev="0.4.1">
<artifact name="jbase.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.xtext-jbase', module='jbase.parent', version='0.4.1')
)
libraryDependencies += "net.sf.xtext-jbase" % "jbase.parent" % "0.4.1"
[net.sf.xtext-jbase/jbase.parent "0.4.1"]