GroupId | GroupIdcom.github.hjohn.ddif.extensions |
---|---|
ArtifactId | ArtifactIdextensions-assisted |
Version | Version4.0.0-alpha.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif.extensions/extensions-assisted/ -->
<dependency>
<groupId>com.github.hjohn.ddif.extensions</groupId>
<artifactId>extensions-assisted</artifactId>
<version>4.0.0-alpha.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif.extensions/extensions-assisted/
implementation 'com.github.hjohn.ddif.extensions:extensions-assisted:4.0.0-alpha.5'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif.extensions/extensions-assisted/
implementation ("com.github.hjohn.ddif.extensions:extensions-assisted:4.0.0-alpha.5")
'com.github.hjohn.ddif.extensions:extensions-assisted:jar:4.0.0-alpha.5'
<dependency org="com.github.hjohn.ddif.extensions" name="extensions-assisted" rev="4.0.0-alpha.5">
<artifact name="extensions-assisted" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif.extensions', module='extensions-assisted', version='4.0.0-alpha.5')
)
libraryDependencies += "com.github.hjohn.ddif.extensions" % "extensions-assisted" % "4.0.0-alpha.5"
[com.github.hjohn.ddif.extensions/extensions-assisted "4.0.0-alpha.5"]