| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sf.xtext-jbase |
| Идентификатор | Идентификаторjbase.parent |
| Версия | Версия0.4.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jbase.parent-0.4.0.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.xtext-jbase/jbase.parent/ -->
<dependency>
<groupId>net.sf.xtext-jbase</groupId>
<artifactId>jbase.parent</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xtext-jbase/jbase.parent/
implementation 'net.sf.xtext-jbase:jbase.parent:0.4.0'
// https://jarcasting.com/artifacts/net.sf.xtext-jbase/jbase.parent/
implementation ("net.sf.xtext-jbase:jbase.parent:0.4.0")
'net.sf.xtext-jbase:jbase.parent:pom:0.4.0'
<dependency org="net.sf.xtext-jbase" name="jbase.parent" rev="0.4.0">
<artifact name="jbase.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.xtext-jbase', module='jbase.parent', version='0.4.0')
)
libraryDependencies += "net.sf.xtext-jbase" % "jbase.parent" % "0.4.0"
[net.sf.xtext-jbase/jbase.parent "0.4.0"]