Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.alexgorbatchev |
ArtifactId | ArtifactIdgwt-syntaxhighlighter |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.alexgorbatchev/gwt-syntaxhighlighter/ -->
<dependency>
<groupId>com.alexgorbatchev</groupId>
<artifactId>gwt-syntaxhighlighter</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexgorbatchev/gwt-syntaxhighlighter/
implementation 'com.alexgorbatchev:gwt-syntaxhighlighter:1.0.7'
// https://jarcasting.com/artifacts/com.alexgorbatchev/gwt-syntaxhighlighter/
implementation ("com.alexgorbatchev:gwt-syntaxhighlighter:1.0.7")
'com.alexgorbatchev:gwt-syntaxhighlighter:jar:1.0.7'
<dependency org="com.alexgorbatchev" name="gwt-syntaxhighlighter" rev="1.0.7">
<artifact name="gwt-syntaxhighlighter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexgorbatchev', module='gwt-syntaxhighlighter', version='1.0.7')
)
libraryDependencies += "com.alexgorbatchev" % "gwt-syntaxhighlighter" % "1.0.7"
[com.alexgorbatchev/gwt-syntaxhighlighter "1.0.7"]