Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.dataease |
ArtifactId | ArtifactIddataease-plugin-common |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
dataease-plugin-common-1.2.pom | |
dataease-plugin-common-1.2.jar | 20 KB |
dataease-plugin-common-1.2-sources.jar | 8 KB |
dataease-plugin-common-1.2-javadoc.jar | 132 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dataease/dataease-plugin-common/ -->
<dependency>
<groupId>io.dataease</groupId>
<artifactId>dataease-plugin-common</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.dataease/dataease-plugin-common/
implementation 'io.dataease:dataease-plugin-common:1.2'
// https://jarcasting.com/artifacts/io.dataease/dataease-plugin-common/
implementation ("io.dataease:dataease-plugin-common:1.2")
'io.dataease:dataease-plugin-common:jar:1.2'
<dependency org="io.dataease" name="dataease-plugin-common" rev="1.2">
<artifact name="dataease-plugin-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dataease', module='dataease-plugin-common', version='1.2')
)
libraryDependencies += "io.dataease" % "dataease-plugin-common" % "1.2"
[io.dataease/dataease-plugin-common "1.2"]