License |
License |
---|---|
GroupId | GroupIdorg.jmolecules.integrations |
ArtifactId | ArtifactIdjmolecules-bytebuddy |
Version | Version0.9.0 |
Type | Typejar |
Description |
DescriptionjMolecules - ByteBuddy plugin
A ByteBuddy plugin to translate jMolecules abstractions into implementation technology abstractions
|
Filename | Size |
---|---|
jmolecules-bytebuddy-0.9.0.pom | |
jmolecules-bytebuddy-0.9.0.jar | 62 KB |
jmolecules-bytebuddy-0.9.0-sources.jar | 33 KB |
jmolecules-bytebuddy-0.9.0-javadoc.jar | 160 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-bytebuddy/ -->
<dependency>
<groupId>org.jmolecules.integrations</groupId>
<artifactId>jmolecules-bytebuddy</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-bytebuddy/
implementation 'org.jmolecules.integrations:jmolecules-bytebuddy:0.9.0'
// https://jarcasting.com/artifacts/org.jmolecules.integrations/jmolecules-bytebuddy/
implementation ("org.jmolecules.integrations:jmolecules-bytebuddy:0.9.0")
'org.jmolecules.integrations:jmolecules-bytebuddy:jar:0.9.0'
<dependency org="org.jmolecules.integrations" name="jmolecules-bytebuddy" rev="0.9.0">
<artifact name="jmolecules-bytebuddy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmolecules.integrations', module='jmolecules-bytebuddy', version='0.9.0')
)
libraryDependencies += "org.jmolecules.integrations" % "jmolecules-bytebuddy" % "0.9.0"
[org.jmolecules.integrations/jmolecules-bytebuddy "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
net.bytebuddy : byte-buddy | jar | 1.12.8 |
org.jmolecules : jmolecules-ddd | jar | 1.4.0 |
org.jmolecules : jmolecules-events | jar | 1.4.0 |
org.springframework : spring-context | jar | 5.3.18 |
org.jmolecules.integrations : jmolecules-jpa | jar | 0.9.0 |
org.jmolecules.integrations : jmolecules-spring | jar | 0.9.0 |
org.springframework.data : spring-data-commons | jar | 2.5.10 |
org.springframework.data : spring-data-jdbc | jar | 2.2.10 |
org.springframework.data : spring-data-mongodb | jar | 3.2.10 |
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.hibernate.orm : hibernate-core | jar | 6.0.0.CR1 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |