Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Angular |
---|---|
GroupId | GroupIdcom.asayama.docs.gwt.angular.examples |
ArtifactId | ArtifactIdPrettify |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
Prettify-1.0.0.pom | |
Prettify-1.0.0.jar | 9 KB |
Prettify-1.0.0-sources.jar | 4 KB |
Prettify-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Prettify/ -->
<dependency>
<groupId>com.asayama.docs.gwt.angular.examples</groupId>
<artifactId>Prettify</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Prettify/
implementation 'com.asayama.docs.gwt.angular.examples:Prettify:1.0.0'
// https://jarcasting.com/artifacts/com.asayama.docs.gwt.angular.examples/Prettify/
implementation ("com.asayama.docs.gwt.angular.examples:Prettify:1.0.0")
'com.asayama.docs.gwt.angular.examples:Prettify:jar:1.0.0'
<dependency org="com.asayama.docs.gwt.angular.examples" name="Prettify" rev="1.0.0">
<artifact name="Prettify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asayama.docs.gwt.angular.examples', module='Prettify', version='1.0.0')
)
libraryDependencies += "com.asayama.docs.gwt.angular.examples" % "Prettify" % "1.0.0"
[com.asayama.docs.gwt.angular.examples/Prettify "1.0.0"]