Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.researchworx.cresco |
ArtifactId | ArtifactIdcresco-plugin-library |
Version | Version0.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.researchworx.cresco/cresco-plugin-library/ -->
<dependency>
<groupId>com.researchworx.cresco</groupId>
<artifactId>cresco-plugin-library</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.researchworx.cresco/cresco-plugin-library/
implementation 'com.researchworx.cresco:cresco-plugin-library:0.4.2'
// https://jarcasting.com/artifacts/com.researchworx.cresco/cresco-plugin-library/
implementation ("com.researchworx.cresco:cresco-plugin-library:0.4.2")
'com.researchworx.cresco:cresco-plugin-library:jar:0.4.2'
<dependency org="com.researchworx.cresco" name="cresco-plugin-library" rev="0.4.2">
<artifact name="cresco-plugin-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.researchworx.cresco', module='cresco-plugin-library', version='0.4.2')
)
libraryDependencies += "com.researchworx.cresco" % "cresco-plugin-library" % "0.4.2"
[com.researchworx.cresco/cresco-plugin-library "0.4.2"]