GroupId | GroupIdcom.exadel.etoolbox |
---|---|
ArtifactId | ArtifactIdetoolbox-authoring-kit-core |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.exadel.etoolbox/etoolbox-authoring-kit-core/ -->
<dependency>
<groupId>com.exadel.etoolbox</groupId>
<artifactId>etoolbox-authoring-kit-core</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.exadel.etoolbox/etoolbox-authoring-kit-core/
implementation 'com.exadel.etoolbox:etoolbox-authoring-kit-core:2.0.2'
// https://jarcasting.com/artifacts/com.exadel.etoolbox/etoolbox-authoring-kit-core/
implementation ("com.exadel.etoolbox:etoolbox-authoring-kit-core:2.0.2")
'com.exadel.etoolbox:etoolbox-authoring-kit-core:jar:2.0.2'
<dependency org="com.exadel.etoolbox" name="etoolbox-authoring-kit-core" rev="2.0.2">
<artifact name="etoolbox-authoring-kit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exadel.etoolbox', module='etoolbox-authoring-kit-core', version='2.0.2')
)
libraryDependencies += "com.exadel.etoolbox" % "etoolbox-authoring-kit-core" % "2.0.2"
[com.exadel.etoolbox/etoolbox-authoring-kit-core "2.0.2"]