| License |
License |
|---|---|
| GroupId | GroupIdcom.yworks |
| ArtifactId | ArtifactIdretroguard |
| Version | Version2.10.0 |
| Type | Typejar |
| Description |
Descriptionretroguard
The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| retroguard-2.10.0.pom | |
| retroguard-2.10.0.jar | 176 KB |
| retroguard-2.10.0-sources.jar | 149 KB |
| retroguard-2.10.0-javadoc.jar | 812 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.yworks/retroguard/ -->
<dependency>
<groupId>com.yworks</groupId>
<artifactId>retroguard</artifactId>
<version>2.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.yworks/retroguard/
implementation 'com.yworks:retroguard:2.10.0'
// https://jarcasting.com/artifacts/com.yworks/retroguard/
implementation ("com.yworks:retroguard:2.10.0")
'com.yworks:retroguard:jar:2.10.0'
<dependency org="com.yworks" name="retroguard" rev="2.10.0">
<artifact name="retroguard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yworks', module='retroguard', version='2.10.0')
)
libraryDependencies += "com.yworks" % "retroguard" % "2.10.0"
[com.yworks/retroguard "2.10.0"]