GroupId | GroupIdcom.weicools |
---|---|
ArtifactId | ArtifactIdfluent-layout |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
fluent-layout-1.1.0.pom | |
fluent-layout-1.1.0-sources.jar | 18 KB |
fluent-layout-1.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.weicools/fluent-layout/ -->
<dependency>
<groupId>com.weicools</groupId>
<artifactId>fluent-layout</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.weicools/fluent-layout/
implementation 'com.weicools:fluent-layout:1.1.0'
// https://jarcasting.com/artifacts/com.weicools/fluent-layout/
implementation ("com.weicools:fluent-layout:1.1.0")
'com.weicools:fluent-layout:aar:1.1.0'
<dependency org="com.weicools" name="fluent-layout" rev="1.1.0">
<artifact name="fluent-layout" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.weicools', module='fluent-layout', version='1.1.0')
)
libraryDependencies += "com.weicools" % "fluent-layout" % "1.1.0"
[com.weicools/fluent-layout "1.1.0"]