<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-bytebuddy</artifactId>
<version>0.1.0</version>
</dependency>
@Grapes(
@Grab(group='org.jmolecules.integrations', module='jmolecules-bytebuddy', version='0.1.0')
)
compile
|-- net.bytebuddy:byte-buddy:1.10.20
|-- org.jmolecules:jmolecules-ddd:1.1.0
|-- org.jmolecules:jmolecules-events:1.1.0
|-- org.springframework:spring-context:5.3.4
|-- org.jmolecules.integrations:jmolecules-jpa:0.1.0
|-- org.springframework.data:spring-data-commons:2.4.5
|-- org.slf4j:slf4j-api:1.7.30
provided