Categories |
CategoriesHotswapAgent Development Tools Development Libraries Hibernate Data ORM |
---|---|
GroupId | GroupIdorg.hotswapagent |
ArtifactId | ArtifactIdhotswap-agent-hibernate3-plugin |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hotswapagent/hotswap-agent-hibernate3-plugin/ -->
<dependency>
<groupId>org.hotswapagent</groupId>
<artifactId>hotswap-agent-hibernate3-plugin</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.hotswapagent/hotswap-agent-hibernate3-plugin/
implementation 'org.hotswapagent:hotswap-agent-hibernate3-plugin:1.1.0'
// https://jarcasting.com/artifacts/org.hotswapagent/hotswap-agent-hibernate3-plugin/
implementation ("org.hotswapagent:hotswap-agent-hibernate3-plugin:1.1.0")
'org.hotswapagent:hotswap-agent-hibernate3-plugin:jar:1.1.0'
<dependency org="org.hotswapagent" name="hotswap-agent-hibernate3-plugin" rev="1.1.0">
<artifact name="hotswap-agent-hibernate3-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hotswapagent', module='hotswap-agent-hibernate3-plugin', version='1.1.0')
)
libraryDependencies += "org.hotswapagent" % "hotswap-agent-hibernate3-plugin" % "1.1.0"
[org.hotswapagent/hotswap-agent-hibernate3-plugin "1.1.0"]