Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ftclib.ftclib |
ArtifactId | ArtifactIdcore |
Version | Version1.1.4 |
Type | Typeaar |
Filename | Size |
---|---|
core-1.1.4.pom | |
core-1.1.4-sources.jar | 175 KB |
core-1.1.4-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.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.ftclib.ftclib/core/
implementation 'org.ftclib.ftclib:core:1.1.4'
// https://jarcasting.com/artifacts/org.ftclib.ftclib/core/
implementation ("org.ftclib.ftclib:core:1.1.4")
'org.ftclib.ftclib:core:aar:1.1.4'
<dependency org="org.ftclib.ftclib" name="core" rev="1.1.4">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.ftclib.ftclib', module='core', version='1.1.4')
)
libraryDependencies += "org.ftclib.ftclib" % "core" % "1.1.4"
[org.ftclib.ftclib/core "1.1.4"]