<project>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-bom</artifactId>
<version>${wcommons.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-agent</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-asm</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-asm-patcher</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-util</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-config</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-eventbus</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-geo</artifactId>
</dependency>
<dependency>
<groupId>io.github.whilein.wcommons</groupId>
<artifactId>wcommons-util</artifactId>
</dependency>
</dependencies>
</project>
- "Шина событий"
- Изменение байткода в рантайме
- Java агент
- ASM
- MagicAccessorImpl bridge
- Утилиты
- Lazy
- Pair, MutablePair, UnorderedPair
- MutableInt, MutableLong, MutableReference, MutableOptionalInt, MutableOptionalLong, MutableOptionalReference
- Message
- RandomUtils, RandomStringGenerator, WeightedRandom
- ClassLoaderUtils
- Async (Упрощенный вариант Future)
- Buffering
- Bytes, ByteSlice
- Hex
- Root
- Конфигурация
- Геолокация