Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.demidenko05 |
ArtifactId | ArtifactIdtaglibs-standard-spec |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
taglibs-standard-spec-1.0.4.pom | |
taglibs-standard-spec-1.0.4.jar | 34 KB |
taglibs-standard-spec-1.0.4-sources.jar | 40 KB |
taglibs-standard-spec-1.0.4-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/ -->
<dependency>
<groupId>com.github.demidenko05</groupId>
<artifactId>taglibs-standard-spec</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/
implementation 'com.github.demidenko05:taglibs-standard-spec:1.0.4'
// https://jarcasting.com/artifacts/com.github.demidenko05/taglibs-standard-spec/
implementation ("com.github.demidenko05:taglibs-standard-spec:1.0.4")
'com.github.demidenko05:taglibs-standard-spec:jar:1.0.4'
<dependency org="com.github.demidenko05" name="taglibs-standard-spec" rev="1.0.4">
<artifact name="taglibs-standard-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.demidenko05', module='taglibs-standard-spec', version='1.0.4')
)
libraryDependencies += "com.github.demidenko05" % "taglibs-standard-spec" % "1.0.4"
[com.github.demidenko05/taglibs-standard-spec "1.0.4"]