Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.cookpad.puree-kotlin |
ArtifactId | ArtifactIdpuree-kotlin |
Version | Version1.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
puree-kotlin-1.3.0.pom | |
puree-kotlin-1.3.0-sources.jar | 10 KB |
puree-kotlin-1.3.0-javadoc.jar | 312 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cookpad.puree-kotlin/puree-kotlin/ -->
<dependency>
<groupId>com.cookpad.puree-kotlin</groupId>
<artifactId>puree-kotlin</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.cookpad.puree-kotlin/puree-kotlin/
implementation 'com.cookpad.puree-kotlin:puree-kotlin:1.3.0'
// https://jarcasting.com/artifacts/com.cookpad.puree-kotlin/puree-kotlin/
implementation ("com.cookpad.puree-kotlin:puree-kotlin:1.3.0")
'com.cookpad.puree-kotlin:puree-kotlin:aar:1.3.0'
<dependency org="com.cookpad.puree-kotlin" name="puree-kotlin" rev="1.3.0">
<artifact name="puree-kotlin" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.cookpad.puree-kotlin', module='puree-kotlin', version='1.3.0')
)
libraryDependencies += "com.cookpad.puree-kotlin" % "puree-kotlin" % "1.3.0"
[com.cookpad.puree-kotlin/puree-kotlin "1.3.0"]