Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.gemini.blueprint |
ArtifactId | ArtifactIdgemini-blueprint-io |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint-io/ -->
<dependency>
<groupId>org.eclipse.gemini.blueprint</groupId>
<artifactId>gemini-blueprint-io</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint-io/
implementation 'org.eclipse.gemini.blueprint:gemini-blueprint-io:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.eclipse.gemini.blueprint/gemini-blueprint-io/
implementation ("org.eclipse.gemini.blueprint:gemini-blueprint-io:2.0.0.RELEASE")
'org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:2.0.0.RELEASE'
<dependency org="org.eclipse.gemini.blueprint" name="gemini-blueprint-io" rev="2.0.0.RELEASE">
<artifact name="gemini-blueprint-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.gemini.blueprint', module='gemini-blueprint-io', version='2.0.0.RELEASE')
)
libraryDependencies += "org.eclipse.gemini.blueprint" % "gemini-blueprint-io" % "2.0.0.RELEASE"
[org.eclipse.gemini.blueprint/gemini-blueprint-io "2.0.0.RELEASE"]