annotation
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yworks</groupId> <artifactId>annotation</artifactId> <version>4.1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.yworks</groupId> <artifactId>annotation</artifactId> <version>4.1.1</version> <name>annotation</name> <description>The open-source Java obfuscation tool working with Ant and Gradle by yWorks - the diagramming experts</description> <url>https://github.com/yWorks/yGuard</url> <licenses> <license> <name>MIT</name> <url>https://opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <id>berger</id> <name>Lennard Berger</name> <email>lennard.berger@yworks.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/yWorks/yGuard.git</connection> <developerConnection>scm:git:ssh://github.com/yWorks/yGuard.git</developerConnection> <url>https://github.com/yWorks/yGuard</url> </scm> </project>