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