Categories |
CategoriesData ORM |
---|---|
GroupId | GroupIdcom.jwebmp.plugins.forms |
ArtifactId | ArtifactIdjwebmp-data-tables |
Version | Version1.1.1.0-jre15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jwebmp.plugins.forms/jwebmp-data-tables/ -->
<dependency>
<groupId>com.jwebmp.plugins.forms</groupId>
<artifactId>jwebmp-data-tables</artifactId>
<version>1.1.1.0-jre15</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.plugins.forms/jwebmp-data-tables/
implementation 'com.jwebmp.plugins.forms:jwebmp-data-tables:1.1.1.0-jre15'
// https://jarcasting.com/artifacts/com.jwebmp.plugins.forms/jwebmp-data-tables/
implementation ("com.jwebmp.plugins.forms:jwebmp-data-tables:1.1.1.0-jre15")
'com.jwebmp.plugins.forms:jwebmp-data-tables:jar:1.1.1.0-jre15'
<dependency org="com.jwebmp.plugins.forms" name="jwebmp-data-tables" rev="1.1.1.0-jre15">
<artifact name="jwebmp-data-tables" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.plugins.forms', module='jwebmp-data-tables', version='1.1.1.0-jre15')
)
libraryDependencies += "com.jwebmp.plugins.forms" % "jwebmp-data-tables" % "1.1.1.0-jre15"
[com.jwebmp.plugins.forms/jwebmp-data-tables "1.1.1.0-jre15"]