Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ftclib.ftclib |
ArtifactId | ArtifactIdcore |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
core-1.1.2.pom | |
core-1.1.2-sources.jar | 173 KB |
core-1.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ftclib.ftclib/core/ -->
<dependency>
<groupId>org.ftclib.ftclib</groupId>
<artifactId>core</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.ftclib.ftclib/core/
implementation 'org.ftclib.ftclib:core:1.1.2'
// https://jarcasting.com/artifacts/org.ftclib.ftclib/core/
implementation ("org.ftclib.ftclib:core:1.1.2")
'org.ftclib.ftclib:core:aar:1.1.2'
<dependency org="org.ftclib.ftclib" name="core" rev="1.1.2">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.ftclib.ftclib', module='core', version='1.1.2')
)
libraryDependencies += "org.ftclib.ftclib" % "core" % "1.1.2"
[org.ftclib.ftclib/core "1.1.2"]