u

umlet-wrapper

A wrapper over the original UMLet package.
http://ykryshchuk.github.com/umlet-wrapper/
文件下载
文件名 操作
umlet-wrapper-13.3.0.jar 下载
umlet-wrapper-13.3.0.pom 下载
umlet-wrapper-13.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.kryshchuk</groupId>
  <artifactId>umlet-wrapper</artifactId>
  <version>13.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.kryshchuk:umlet-wrapper:13.3.0'
Gradle Kotlin
implementation("com.kryshchuk:umlet-wrapper:13.3.0")
Scala SBT
libraryDependencies += "com.kryshchuk" % "umlet-wrapper" % "13.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.kryshchuk', module='umlet-wrapper', version='13.3.0')
)
Apache Ivy
<dependency org="com.kryshchuk" name="umlet-wrapper" rev="13.3.0" />
Leiningen
[com.kryshchuk/umlet-wrapper "13.3.0"]
Apache Buildr
'com.kryshchuk:umlet-wrapper:jar:13.3.0'