| GroupId | GroupIdcom.headstartech.beansgraph |
|---|---|
| ArtifactId | ArtifactIdbeansgraph-core |
| Version | Version1.0.0.RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-core/ -->
<dependency>
<groupId>com.headstartech.beansgraph</groupId>
<artifactId>beansgraph-core</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-core/
implementation 'com.headstartech.beansgraph:beansgraph-core:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.headstartech.beansgraph/beansgraph-core/
implementation ("com.headstartech.beansgraph:beansgraph-core:1.0.0.RELEASE")
'com.headstartech.beansgraph:beansgraph-core:jar:1.0.0.RELEASE'
<dependency org="com.headstartech.beansgraph" name="beansgraph-core" rev="1.0.0.RELEASE">
<artifact name="beansgraph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.headstartech.beansgraph', module='beansgraph-core', version='1.0.0.RELEASE')
)
libraryDependencies += "com.headstartech.beansgraph" % "beansgraph-core" % "1.0.0.RELEASE"
[com.headstartech.beansgraph/beansgraph-core "1.0.0.RELEASE"]