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