Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.researchworx.cresco |
ArtifactId | ArtifactIdcresco-plugin-library |
Version | Version0.5.0 |
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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.researchworx.cresco/cresco-plugin-library/
implementation 'com.researchworx.cresco:cresco-plugin-library:0.5.0'
// https://jarcasting.com/artifacts/com.researchworx.cresco/cresco-plugin-library/
implementation ("com.researchworx.cresco:cresco-plugin-library:0.5.0")
'com.researchworx.cresco:cresco-plugin-library:jar:0.5.0'
<dependency org="com.researchworx.cresco" name="cresco-plugin-library" rev="0.5.0">
<artifact name="cresco-plugin-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.researchworx.cresco', module='cresco-plugin-library', version='0.5.0')
)
libraryDependencies += "com.researchworx.cresco" % "cresco-plugin-library" % "0.5.0"
[com.researchworx.cresco/cresco-plugin-library "0.5.0"]