n

neoemf-utils.p2

文件下载
文件名 操作
neoemf-utils.p2-2.0.1.jar 下载
neoemf-utils.p2-2.0.1.pom 下载
Apache Maven
<dependency>
  <groupId>org.atlanmod.neoemf</groupId>
  <artifactId>neoemf-utils.p2</artifactId>
  <version>2.0.1</version>
  <type>eclipse-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.atlanmod.neoemf:neoemf-utils.p2:2.0.1'
Gradle Kotlin
implementation("org.atlanmod.neoemf:neoemf-utils.p2:2.0.1")
Scala SBT
libraryDependencies += "org.atlanmod.neoemf" % "neoemf-utils.p2" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.atlanmod.neoemf', module='neoemf-utils.p2', version='2.0.1')
)
Apache Ivy
<dependency org="org.atlanmod.neoemf" name="neoemf-utils.p2" rev="2.0.1" />
Leiningen
[org.atlanmod.neoemf/neoemf-utils.p2 "2.0.1"]
Apache Buildr
'org.atlanmod.neoemf:neoemf-utils.p2:jar:2.0.1'