Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.mopano |
ArtifactId | ArtifactIdhibernate-array-contributor |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mopano/hibernate-array-contributor/ -->
<dependency>
<groupId>com.mopano</groupId>
<artifactId>hibernate-array-contributor</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mopano/hibernate-array-contributor/
implementation 'com.mopano:hibernate-array-contributor:1.0'
// https://jarcasting.com/artifacts/com.mopano/hibernate-array-contributor/
implementation ("com.mopano:hibernate-array-contributor:1.0")
'com.mopano:hibernate-array-contributor:jar:1.0'
<dependency org="com.mopano" name="hibernate-array-contributor" rev="1.0">
<artifact name="hibernate-array-contributor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mopano', module='hibernate-array-contributor', version='1.0')
)
libraryDependencies += "com.mopano" % "hibernate-array-contributor" % "1.0"
[com.mopano/hibernate-array-contributor "1.0"]