GroupId | GroupIdgov.sandia.foundry |
---|---|
ArtifactId | ArtifactIdgov-sandia-cognition-framework-core |
Version | Version3.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/gov.sandia.foundry/gov-sandia-cognition-framework-core/ -->
<dependency>
<groupId>gov.sandia.foundry</groupId>
<artifactId>gov-sandia-cognition-framework-core</artifactId>
<version>3.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/gov.sandia.foundry/gov-sandia-cognition-framework-core/
implementation 'gov.sandia.foundry:gov-sandia-cognition-framework-core:3.4.2'
// https://jarcasting.com/artifacts/gov.sandia.foundry/gov-sandia-cognition-framework-core/
implementation ("gov.sandia.foundry:gov-sandia-cognition-framework-core:3.4.2")
'gov.sandia.foundry:gov-sandia-cognition-framework-core:jar:3.4.2'
<dependency org="gov.sandia.foundry" name="gov-sandia-cognition-framework-core" rev="3.4.2">
<artifact name="gov-sandia-cognition-framework-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.sandia.foundry', module='gov-sandia-cognition-framework-core', version='3.4.2')
)
libraryDependencies += "gov.sandia.foundry" % "gov-sandia-cognition-framework-core" % "3.4.2"
[gov.sandia.foundry/gov-sandia-cognition-framework-core "3.4.2"]