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