GroupId | GroupIdcom.quanode |
---|---|
ArtifactId | ArtifactIdbehaviours |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
behaviours-1.0.pom | |
behaviours-1.0-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.quanode/behaviours/ -->
<dependency>
<groupId>com.quanode</groupId>
<artifactId>behaviours</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.quanode/behaviours/
implementation 'com.quanode:behaviours:1.0'
// https://jarcasting.com/artifacts/com.quanode/behaviours/
implementation ("com.quanode:behaviours:1.0")
'com.quanode:behaviours:pom:1.0'
<dependency org="com.quanode" name="behaviours" rev="1.0">
<artifact name="behaviours" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.quanode', module='behaviours', version='1.0')
)
libraryDependencies += "com.quanode" % "behaviours" % "1.0"
[com.quanode/behaviours "1.0"]