is not current version
Last Version 1.1.1

nl.future-edge:maven-mojo-timer 1.1.0

Maven extension that profiles the time spent in various parts of a maven build.

Categories

Categories

Maven Build Tools
GroupId

GroupId

nl.future-edge
ArtifactId

ArtifactId

maven-mojo-timer
Version

Version

1.1.0
Type

Type

jar

Download maven-mojo-timer 1.1.0


<!-- https://jarcasting.com/artifacts/nl.future-edge/maven-mojo-timer/ -->
<dependency>
    <groupId>nl.future-edge</groupId>
    <artifactId>maven-mojo-timer</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.future-edge/maven-mojo-timer/
implementation 'nl.future-edge:maven-mojo-timer:1.1.0'
// https://jarcasting.com/artifacts/nl.future-edge/maven-mojo-timer/
implementation ("nl.future-edge:maven-mojo-timer:1.1.0")
'nl.future-edge:maven-mojo-timer:jar:1.1.0'
<dependency org="nl.future-edge" name="maven-mojo-timer" rev="1.1.0">
  <artifact name="maven-mojo-timer" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.future-edge', module='maven-mojo-timer', version='1.1.0')
)
libraryDependencies += "nl.future-edge" % "maven-mojo-timer" % "1.1.0"
[nl.future-edge/maven-mojo-timer "1.1.0"]