License |
License |
---|---|
GroupId | GroupIdorg.jmolecules.integrations |
ArtifactId | ArtifactIdjmolecules-bytebuddy |
Version | Version0.8.0 |
Type | Typejar |
Description |
DescriptionjMolecules - ByteBuddy plugin
A ByteBuddy plugin to translate jMolecules abstractions into implementation technology abstractions
|
Filename | Size |
---|---|
jmolecules-bytebuddy-0.8.0.pom | |
jmolecules-bytebuddy-0.8.0.jar | 60 KB |
jmolecules-bytebuddy-0.8.0-sources.jar | 32 KB |
jmolecules-bytebuddy-0.8.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-bytebuddy/ -->
<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-bytebuddy</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-bytebuddy/
implementation 'org.jmolecules.integrations:jmolecules-bytebuddy:0.8.0'
// https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-bytebuddy/
implementation ("org.jmolecules.integrations:jmolecules-bytebuddy:0.8.0")
'org.jmolecules.integrations:jmolecules-bytebuddy:jar:0.8.0'
<dependency org="org.jmolecules.integrations" name="jmolecules-bytebuddy" rev="0.8.0">
<artifact name="jmolecules-bytebuddy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmolecules.integrations', module='jmolecules-bytebuddy', version='0.8.0')
)
libraryDependencies += "org.jmolecules.integrations" % "jmolecules-bytebuddy" % "0.8.0"
[org.jmolecules.integrations/jmolecules-bytebuddy "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
net.bytebuddy : byte-buddy | jar | 1.10.22 |
org.jmolecules : jmolecules-ddd | jar | 1.4.0 |
org.jmolecules : jmolecules-events | jar | 1.4.0 |
org.springframework : spring-context | jar | 5.3.14 |
org.jmolecules.integrations : jmolecules-jpa | jar | 0.8.0 |
org.jmolecules.integrations : jmolecules-spring | jar | 0.8.0 |
org.springframework.data : spring-data-commons | jar | 2.5.7 |
org.springframework.data : spring-data-jdbc | jar | 2.2.7 |
org.springframework.data : spring-data-mongodb | jar | 3.2.7 |
javax.persistence : javax.persistence-api | jar | 2.2 |
jakarta.persistence : jakarta.persistence-api | jar | 3.0.0 |
org.hibernate : hibernate-core | jar | 5.4.33 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |