License |
License |
---|---|
GroupId | GroupIdcom.aoindustries |
ArtifactId | ArtifactIdao-style |
Version | Version2.0.0 |
Type | Typepom |
Description |
DescriptionAO Style
Set of base CSS styles shared by multiple projects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ao-style-2.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-style/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-style</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-style/
implementation 'com.aoindustries:ao-style:2.0.0'
// https://jarcasting.com/artifacts/com.aoindustries/ao-style/
implementation ("com.aoindustries:ao-style:2.0.0")
'com.aoindustries:ao-style:pom:2.0.0'
<dependency org="com.aoindustries" name="ao-style" rev="2.0.0">
<artifact name="ao-style" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-style', version='2.0.0')
)
libraryDependencies += "com.aoindustries" % "ao-style" % "2.0.0"
[com.aoindustries/ao-style "2.0.0"]