is not current version
Last Version 0.1.4.1

com.github.aliteralmind:codelet 0.1.4

**Codelet**: Automated insertion of *already unit-tested* example code (its source code, console output, and input text-files) into JavaDoc using inline taglets--Codelet makes it possible to have *always accurate documentation*.

GroupId

GroupId

com.github.aliteralmind
ArtifactId

ArtifactId

codelet
Version

Version

0.1.4
Type

Type

pom

Download codelet 0.1.4


<!-- https://jarcasting.com/artifacts/com.github.aliteralmind/codelet/ -->
<dependency>
    <groupId>com.github.aliteralmind</groupId>
    <artifactId>codelet</artifactId>
    <version>0.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aliteralmind/codelet/
implementation 'com.github.aliteralmind:codelet:0.1.4'
// https://jarcasting.com/artifacts/com.github.aliteralmind/codelet/
implementation ("com.github.aliteralmind:codelet:0.1.4")
'com.github.aliteralmind:codelet:pom:0.1.4'
<dependency org="com.github.aliteralmind" name="codelet" rev="0.1.4">
  <artifact name="codelet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aliteralmind', module='codelet', version='0.1.4')
)
libraryDependencies += "com.github.aliteralmind" % "codelet" % "0.1.4"
[com.github.aliteralmind/codelet "0.1.4"]